Skip to content

Commit

Permalink
feat: entrypoint for pearl backend
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 7, 2024
1 parent 01084f7 commit 3cff6e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ tmp/
temp/

!operate/data
dist/
electron/.next

dist/
build/

cache
leak_report

*.dist
*.build
8 changes: 8 additions & 0 deletions pearl.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from google.protobuf.descriptor_pb2 import FileDescriptorProto
from aea.mail.base_pb2 import DESCRIPTOR
from multiaddr.codecs.idna import to_bytes as _
from multiaddr.codecs.uint16be import to_bytes as _
from operate.cli import main

if __name__ == "__main__":
main()

0 comments on commit 3cff6e4

Please sign in to comment.