mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-27 15:18:53 +00:00
6 lines
77 B
Python
6 lines
77 B
Python
from netbox.graphql.scalars import BigInt
|
|
|
|
|
|
class ASNField(BigInt):
|
|
pass
|