refactor fields into a package
This commit is contained in:
@ -6,13 +6,13 @@ from orm.fields import (
|
||||
DateTime,
|
||||
Decimal,
|
||||
Float,
|
||||
ForeignKey,
|
||||
Integer,
|
||||
JSON,
|
||||
String,
|
||||
Text,
|
||||
Time,
|
||||
)
|
||||
from orm.fields.foreign_key import ForeignKey
|
||||
from orm.models import Model
|
||||
|
||||
__version__ = "0.0.1"
|
||||
@ -28,7 +28,6 @@ __all__ = [
|
||||
"Date",
|
||||
"Decimal",
|
||||
"Float",
|
||||
"ForeignKey",
|
||||
"Model",
|
||||
"ModelDefinitionError",
|
||||
"ModelNotSet",
|
||||
|
||||
Reference in New Issue
Block a user