Add missing class
This commit is contained in:
parent
796c8d2bee
commit
856592599e
1 changed files with 6 additions and 0 deletions
6
py/hexagram/box.py
Normal file
6
py/hexagram/box.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import enum
|
||||
|
||||
class Align(enum.Enum):
|
||||
LEFT = 0
|
||||
MIDDLE = 1
|
||||
RIGHT = 2
|
Loading…
Add table
Reference in a new issue