first commit

This commit is contained in:
long2ice
2020-04-06 18:21:35 +08:00
commit 82a26ed9c4
134 changed files with 19430 additions and 0 deletions

8
fastapi_admin/enum.py Normal file
View File

@@ -0,0 +1,8 @@
import abc
class EnumMixin:
@classmethod
@abc.abstractmethod
def choices(cls):
pass