Anlegen der mustergenerator.py
This commit is contained in:
parent
4e76183282
commit
edd13eafef
|
@ -0,0 +1,12 @@
|
||||||
|
import drawsvg as draw
|
||||||
|
import math
|
||||||
|
import random
|
||||||
|
|
||||||
|
|
||||||
|
class Hexagon:
|
||||||
|
def __int__(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
x = 1
|
Loading…
Reference in New Issue