MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / Base

Class Base

RSS_Manager/utils.py:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class Base(DeclarativeBase):
14 pass
15
16
17class Subscription(Base):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected