1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/examplepack/types
2020-07-31 17:38:50 +02:00
..
__init__.py Update template structure 2020-07-31 17:06:54 +02:00
README.md Add folder READMEs 2020-07-31 17:38:50 +02:00

The types folder

The types folder should contain the enums and custom types that are used in your tables.

Please note that the contents of this folder are imported before everything else in the pack.

Its contents can be imported anywhere in the Pack, including the tables folder, without creating a circular import.

However, its files are forbidden from importing anything else from the rest of the pack!