2019-08-17
Marnanel Thurman 2019-05-29 01:08:57 +01:00
rodzic a96d2a2a85
commit ddb65c42b0
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
from django_kepi.models.thing import Thing, ThingField, create
from django_kepi.models.following import Following
from django_kepi.models.actor import Actor
def new_activity_identifier():
# we have to keep this in for now,
@ -9,6 +10,7 @@ def new_activity_identifier():
#######################
__all__ = [
'Actor',
'Thing',
'ThingField',
'create',