13 lines
141 B
Python
13 lines
141 B
Python
|
import drawsvg as draw
|
||
|
import math
|
||
|
import random
|
||
|
|
||
|
|
||
|
class Hexagon:
|
||
|
def __int__(self):
|
||
|
pass
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
x = 1
|