xync-schema 0.0.54.dev3__tar.gz → 0.0.54.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {xync_schema-0.0.54.dev3/xync_schema.egg-info → xync_schema-0.0.54.dev4}/PKG-INFO +1 -1
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema/models.py +5 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4/xync_schema.egg-info}/PKG-INFO +1 -1
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/.env.sample +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/.gitignore +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/.pre-commit-config.yaml +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/README.md +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/makefile +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/pyproject.toml +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/setup.cfg +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/tests/__init__.py +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/tests/test_db.py +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema/__init__.py +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema/enums.py +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema/graph.py +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema/xtype.py +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema.egg-info/SOURCES.txt +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema.egg-info/dependency_links.txt +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema.egg-info/requires.txt +0 -0
- {xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema.egg-info/top_level.txt +0 -0
|
@@ -165,6 +165,11 @@ class Ex(Model):
|
|
|
165
165
|
client = sys.modules[module_name].ExClient
|
|
166
166
|
return client(self, bot, **kwargs)
|
|
167
167
|
|
|
168
|
+
def etype(self):
|
|
169
|
+
module_name = f"xync_client.{self.name}.etype"
|
|
170
|
+
__import__(module_name)
|
|
171
|
+
return sys.modules[module_name]
|
|
172
|
+
|
|
168
173
|
|
|
169
174
|
class CurEx(BaseModel):
|
|
170
175
|
cur: ForeignKeyRelation[Cur] = ForeignKeyField("models.Cur", on_update=CASCADE)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{xync_schema-0.0.54.dev3 → xync_schema-0.0.54.dev4}/xync_schema.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|